Merge from CEDET upstream (8569).
authorDavid Engster <dengste@eml.cc>
Sat, 27 Jul 2013 21:09:43 +0000 (23:09 +0200)
committerDavid Engster <dengste@eml.cc>
Sat, 27 Jul 2013 21:09:43 +0000 (23:09 +0200)
commitfe42955545b4b241e4fdb8e8a915562823d54f7b
tree34531801af9d1d8b6d012c77fbaabc2df90dbf41
parent36afb525dcad7a3a881e77cd5aa11283a09119d3
Merge from CEDET upstream (8569).

* lisp/cedet/semantic/edit.el (semantic-edits-splice-remove): Wrap
  debug message removing middle tag in semantic-edits-verbose-flag
  check.

* semantic/bovine/el.el (semantic/db-el): New require.

* semantic/db-el.el (semanticdb-normalize-one-tag): It might be that a
  symbol comes from a file but cannot be found in its table.  This
  happens for instance when a symbol was dynamically created through a
  macro like `defstruct'.  In this case, return the original tag.
  (semanticdb-elisp-sym->tag): Deal with autoloaded functions, where
  the argument list is not available until the file is loaded.
lisp/cedet/ChangeLog
lisp/cedet/semantic/bovine/el.el
lisp/cedet/semantic/db-el.el
lisp/cedet/semantic/edit.el